home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 119
/
(Vol 119) Nov 09 2010.iso
/
Games
/
tobby_ura_ura.swf
/
scripts
/
DefineSprite_137
/
frame_1
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
198b
|
12 lines
function hitCheck()
{
if(this.hitTest(_root.tobbyMC.hitdummyMC) == true)
{
_root.tobbyMC.miss();
}
if(this.hitTest(_root.handMC))
{
_root.handMC.miss();
}
}